home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Leser 15 / Amiga Plus Leser CD 15.iso / Tools / Development / MosaicSRC / src / spinner.h < prev    next >
Encoding:
C/C++ Source or Header  |  2002-03-13  |  404 b   |  12 lines

  1. #ifndef UTILITY_TAGITEM_H
  2. #include <utility/tagitem.h>
  3. #endif
  4.  
  5. /*------------------------------------------------------------------------
  6.   Programmer-visible tags.   I=can initialize, S=can set, G=can get
  7. ------------------------------------------------------------------------*/
  8.  
  9. #define TAG(x)            (TAG_USER + x)
  10. #define SPIN_state        TAG(1)        // -S-
  11. #define SPIN_window             TAG(2)          // IS-
  12.